﻿.pagination {
    margin: 0 auto;
    text-align: center;
}

    .pagination a, .pagination span {
        width: 34px;
        text-align: center;
    }

    .pagination a {
        text-decoration: none;
        border: 1px solid #BBB;
        background-color: #FFF;
    }

    .pagination a, .pagination span {
        display: inline-block;
        padding: 0.1em 0.4em;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .pagination .current {
        background-color: #5191ce;
        border-color: #5191ce;
        color: #FFF;
    }

    .pagination .prev, .pagination .next {
        width: 64px;
        text-align: center;
    }

    .pagination .current.prev, .pagination .current.next {
        color: #999;
        border: #e1e1e1 solid 1px;
        background: #FFF;
        cursor: no-drop;
    }
